home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / program / fpk65_66.zip / SOURCE / RTL / DOS / MAKEFILE < prev    next >
Text File  |  1996-07-23  |  361b  |  23 lines

  1. ##
  2. ## Makefile für DOS-Units
  3. ##
  4. ## .silent
  5. .pp.ppu:
  6.         ppc386 -a -l -q- -OGa $*
  7.  
  8. all : crt.ppu strings.ppu dos.ppu mouse.ppu printer.ppu graph.ppu fmouse.ppu
  9.  
  10. crt.ppu : crt.pp modes.inc
  11.  
  12. graph.ppu : graph.pp modes.inc
  13.  
  14. dos.ppu : dos.pp
  15.  
  16. mouse.ppu : mouse.pp
  17.  
  18. printer.ppu : printer.pp
  19.  
  20. strings.ppu : strings.pp
  21.  
  22. fmouse.ppu : fmouse.pp
  23.